window: don't forget to fetch title border when not on CSD
authorCosimo Cecchi <cosimoc@gnome.org>
Sun, 21 Apr 2013 20:56:25 +0000 (16:56 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Sun, 21 Apr 2013 20:59:14 +0000 (16:59 -0400)
commit44ba055d03762ca67c8343f147c31cea50c00a0d
tree4bb7cdd9f8830d956a0148ef7bba2e67ba6dc232
parent32abb29b32d8634d42d981d57a3e66044f29a236
window: don't forget to fetch title border when not on CSD

We still need to respect this border value even when we're not running
under CSD, since we support setting a custom titlebar in all cases.

The border/style magic in gtk_window_draw() really needs to be separated
out into logical pieces soon, but for now let's keep a consistent
behavior with the previous code.
gtk/gtkwindow.c